home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / D_E / DPUPDATE.ZIP / UPDATE.EXE / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-19  |  475b  |  26 lines

  1. @echo off
  2. if "%1"=="" goto nofile
  3. goto start
  4. :nofile
  5. cls
  6. echo.
  7. echo. Syntax Error: please specify the directory on your hard disk that Dawn
  8. echo. Patrol was installed to, for example:
  9. echo. INSTALL C:\DAWNPTRL
  10. echo.
  11. goto end
  12. :start
  13. cls
  14. echo.
  15. echo. Updating Dawn Patrol on %1...
  16. UPDATE -d -o %1 >NUL
  17. echo.
  18. echo. Update complete.
  19. echo. If you have the CD-ROM version of the game, please run CDPATCH from the
  20. echo. game directory.
  21. echo.
  22. goto end
  23. :end
  24.  
  25.  
  26.